home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / TubeSock 1.0.1.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-08-15  |  2KB  |  65 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>tslic</string>
  13.             </array>
  14.             <key>CFBundleTypeMIMETypes</key>
  15.             <array>
  16.                 <string>application/xml</string>
  17.             </array>
  18.             <key>CFBundleTypeName</key>
  19.             <string>TubeSock License File</string>
  20.             <key>CFBundleTypeOSTypes</key>
  21.             <array>
  22.                 <string>tbsk</string>
  23.             </array>
  24.             <key>CFBundleTypeRole</key>
  25.             <string>Viewer</string>
  26.             <key>LSTypeIsPackage</key>
  27.             <false/>
  28.             <key>NSPersistentStoreTypeKey</key>
  29.             <string>XML</string>
  30.         </dict>
  31.     </array>
  32.     <key>CFBundleExecutable</key>
  33.     <string>TubeSock</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>Tubesock</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>com.robterrell.tubesock</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundlePackageType</key>
  41.     <string>APPL</string>
  42.     <key>CFBundleSignature</key>
  43.     <string>Tubs</string>
  44.     <key>CFBundleURLTypes</key>
  45.     <array>
  46.         <dict>
  47.             <key>CFBundleURLName</key>
  48.             <string>TubeSock URL</string>
  49.             <key>CFBundleURLSchemes</key>
  50.             <array>
  51.                 <string>tubesock</string>
  52.             </array>
  53.         </dict>
  54.     </array>
  55.     <key>CFBundleVersion</key>
  56.     <string>1.0.1</string>
  57.     <key>NSMainNibFile</key>
  58.     <string>MainMenu</string>
  59.     <key>NSPrincipalClass</key>
  60.     <string>NSApplication</string>
  61.     <key>SUFeedURL</key>
  62.     <string>http://stinkbot.com/Tubesock/TubeSockAppcast.xml</string>
  63. </dict>
  64. </plist>
  65.